home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / May MacUser Program.cpt / miniGenApp Hdr / DisplayPr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-29  |  942 b   |  31 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             DisplayPr.h
  3.     
  4.     DESCRIPTION:     Display Routines Prototype file
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  9.     
  10.     
  11.     Revision History:
  12.     ==========================================================
  13.     3.30.90    -    May 1990 MacUser Release
  14.     ==========================================================
  15.  
  16.    ***************************************************************************** */
  17. #ifndef _DisplayPr_
  18. #define _DisplayPr_
  19.  
  20. #include "AppTypes.h"
  21.  
  22. Rect *        makeFrameRect        ( WindowPtr, Rect * );
  23. void        setFrameClip        ( WindowPtr, Rect * );
  24.  
  25. void        drawDocContents        ( DocPtr );
  26.  
  27. #endif
  28. /* ===============================  EOF  =======================================
  29.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  30. ================================================================================ */
  31.